Pantone 1505 C
#FF6900 · rgb(255, 105, 0)
HEX
#FF6900
RGB
rgb(255, 105, 0)
CMYK
cmyk(0%, 59%, 100%, 0%)
HSL
hsl(25, 100%, 50%)
LAB
lab(62.8, 53.7, 71.6)
What is Pantone 1505 C?
Pantone 1505 C is a Coated (C) PMS reference in the orange family. Its current screen approximation on PantoneTools is #FF6900, rgb(255, 105, 0), and cmyk(0%, 59%, 100%, 0%). Use it when you need a quick Pantone to HEX, Pantone to RGB, or Pantone to CMYK lookup for brand exploration, UI palettes, and print handoff conversations. For accessibility, this page tests Pantone 1505 C as a background and currently recommends black text as the safer default before final contrast review. The tints, shades, complementary palette, and developer exports are generated from the same sRGB value so teams can keep web tokens and design notes aligned. These digital values are approximations rather than licensed Pantone specifications; confirm production-critical color with a current physical guide, D50 lighting, and a printer proof.
Workflow context for Pantone 1505 C
Orange coated production notes
Because this is a coated-paper reference, use it for glossy stock, laminated labels, premium cartons, and spot-color conversations where ink sits on a less absorbent surface. Do not assume the same visual result on kraft, recycled, or uncoated paper without a separate proof. Orange and warm high-chroma colors are common gamut-risk colors. CMYK fallbacks can lose energy quickly, so compare the process build against a printed proof before replacing a spot ink.
- Use Pantone 1505 C as a digital reference first, then confirm production work against a physical guide or approved proof.
- Record the approved coated value separately from CMYK, HEX, RGB, and design-token fallbacks.
- For UI or web use, pair this color with black text only after checking the actual contrast ratio in context.
- When sending to a vendor, include the expected substrate, lighting condition, and approval owner instead of only sending a HEX value.
Data provenance
Curated community sRGB approximations
Hand-curated approximate sRGB visual equivalents for screen preview and matching workflows. This is not an official Pantone licensed value source. Use for educational lookup, digital previews, nearest-color matching, accessibility checks, and workflow planning. Confirm production color against physical guides, licensed values, or printer proofs.
- Source type
- community-reference
- Confidence
- low
- Last reviewed
- 2026-05-23
Scale metadata
These fields are used by the scale audit before any larger color-directory expansion. They are intentionally conservative because current values are approximate screen references.
Orange hues are common gamut-risk colors in CMYK because standard process printing has no dedicated orange ink. Use proofing or spot ink for strict brand matches.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 1505 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#FFA566
#FF6900
#993F00
#0096FF
Accessibility
WCAG 2.1 contrast checks for Pantone 1505 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 1505 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 1505 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 2003
#FF7514
Pastel orange
RAL 2000
#ED760E
Yellow orange
RAL 2011
#EC7C26
Deep orange
RAL 2008
#F75E25
Bright red orange
RAL 2004
#F44611
Pure orange
RAL 2009
#F54021
Traffic orange
Developer Exports
CSS Variables
:root {
--p-1505-c: #FF6900;
--p-1505-c-rgb: 255 105 0;
--p-1505-c-hsl: 25 100% 50%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-1505-c: {
DEFAULT: "#FF6900",
50: "#FFF3EB",
100: "#FFE7D6",
200: "#FFCFAD",
300: "#FFB480",
400: "#FF8F40",
500: "#FF6900",
600: "#D95900",
700: "#A64400",
800: "#732F00",
900: "#401A00",
950: "#1F0D00",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 1505 C",
"hex": "#FF6900",
"rgb": {
"r": 255,
"g": 105,
"b": 0
},
"cmyk": {
"c": 0,
"m": 59,
"y": 100,
"k": 0
},
"hsl": {
"h": 25,
"s": 100,
"l": 50
},
"lab": {
"l": 62.82,
"a": 53.67,
"b": 71.6
},
"pantone": {
"code": "Pantone 1505 C",
"finish": "coated",
"family": "orange"
}
}