Teal
#238A90
CyanColor Codes
All color formats for development
HEX
#238A90RGB
rgb(35, 138, 144)HSL
hsl(183, 61%, 35%)OKLCH
oklch(0.58 0.09 200.9)CMYK
cmyk(76%, 4%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7C81
2#1C6F73
3#186165
4#155356
5#114548
6#0E3739
7#0A292B
8#071C1D
9#030E0E
Tints
Lighter variations
1#29A4AA
2#30BEC5
3#44CBD2
4#5FD2D8
5#7ADADF
6#94E1E5
7#AFE9EC
8#CAF0F2
9#E4F8F9
Tones
Muted variations
1#28858A
2#2E8085
3#337C7F
4#39777A
5#3E7274
6#436D6F
7#49686A
8#4E6364
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF0 #CAF0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E5 #A1E5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD7 #6FD7DC | Disabled statesSecondary iconsMuted text |
| 500 | 46CB #46CBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAE #2CAEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 238A #238A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1963 #196367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103F #103F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F7F8;
--teal-200: #CAF0F2;
--teal-300: #A1E5E8;
--teal-400: #6FD7DC;
--teal-500: #46CBD2;
--teal-600: #2CAEB5;
--teal-700: #238A90;
--teal-800: #196367;
--teal-900: #103F42;
--teal-950: #0A2729;
}